body, p, div {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
  }
  body {
    background-color: black;
    color: #131821;
    /*color: rgba(255, 255, 255, 0);*/
  }
  p { 
    margin: 0; 
    padding: 0; 
  }
  .headerTable{
    max-width:900px;
    padding:0px 5px 0px 5px;
    background-color:rgba(255,255,255,0)
  }
  .liveEventsTable {
    max-width:900px;
    padding:5px 0px 5px 0px;
    /*border: #1a52b7 solid 2px;*/
    background-color:#252a3800;
    margin-bottom: 5px;
    border-radius: 10px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
  }
  table.wrapper {
    width:100% !important;
    table-layout: fixed;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  img.max-width {
    max-width: 100% !important;
  }
  button {
    background-color: #3f679c;
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 6px;
  }
  .column.of-2 {
    width: 50%;
  }
  .column.of-3 {
    width: 33.333%;
  }
  .column.of-4 {
    width: 25%;
  }
  ul ul ul ul  {
    list-style-type: disc !important;
  }
  ol ol {
    list-style-type: lower-roman !important;
  }
  ol ol ol {
    list-style-type: lower-latin !important;
  }
  ol ol ol ol {
    list-style-type: decimal !important;
  }
  /* The container must be positioned relative: */
  .custom-select {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
  }

  .custom-select select {
    display: none; /*hide original SELECT element: */
  }

  .select-selected {
    background-color: #3f689c;
    border-radius: 6px;
  }

  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }

  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }

  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: #3f689c;
    border-radius: 6px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .dropdown {
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #131821;
    min-width: 50px;
    box-shadow: 0px 8px 16px 
    0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #252a38;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropbtn{
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown:hover .dropbtn {
    background-color: #3f689c;
  }

  body a {
    color: red;
    text-decoration: none;
  }
  .titleDate, .titleDateMobile { 
    display: block;
    color:#ffffff;
    text-transform: uppercase;
  }
  .live { 
    display: block;
    color:#ffffff;
    background-color: red;
    padding:0px 2px 0px 2px;
    margin:0px 3px 0px 4px;
    border-radius: 5px;
  }
  .title, .titleHour, .titleMobile, .titleHourMobile { 
    font-weight: bold;
    display: block;
    color:#ffffff;
  }
  .subtitle, .subtitleMobile{
    display: block;
    color:#D1D1D1;
  }

  @media screen and (max-width:640px) {
    .preheader .rightColumnContent,
    .footer .rightColumnContent {
      text-align: left !important;
    }
    .preheader .rightColumnContent div,
    .preheader .rightColumnContent span,
    .footer .rightColumnContent div,
    .footer .rightColumnContent span {
      text-align: left !important;
    }
    .preheader .rightColumnContent,
    .preheader .leftColumnContent {
      font-size: 80% !important;
      padding: 5px 0;
    }
    table.wrapper-mobile {
      width: 100% !important;
      table-layout: fixed;
    }
    img.max-width {
      height: auto !important;
      max-width: 100% !important;
    }
    img.event {
      padding:3px 0px 3px 0px;
      /*max-width: 100px;*/
      overflow: hidden;
    }
    a.bulletproof-button {
      display: block !important;
      width: auto !important;
      font-size: 80%;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .columns {
      width: 100% !important;
    }
    .column {
      display: block !important;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    body a {
      font-size: 9px;
      line-height:10px;
    }
    .titleDate { 
      font-size: 12px;
      line-height:14px;
      max-height: 28px;
      padding:0px 2px 0px 2px;
    }
    .titleDateMobile { 
      font-size: 20px;
      line-height:22px;
      max-height: 44px;
      padding:0px 2px 0px 2px;
    }
    .live { 
      font-size: 10px;
      line-height:14px;
      max-height: 20px;
    }
    .title, .titleHour { 
      font-size: 10px;
      line-height:12px;
      max-height: 24px;
    }
    .subtitle{
      font-size: 9px;
      line-height: 10px;
    }
    .titleMobile, .titleHourMobile { 
      font-size: 20px;
      line-height:22px;
      max-height: 44px;
    }
    .subtitleMobile, .watchMobile{
      font-size: 14px;
      line-height: 15px;
    }
    h1{
      font-size: 22px;
      color:#ffffff;
    }
  }
  @media screen and (min-width: 641px){
    body a {
      font-size: 14px;
      line-height:16px;
    }
    .titleDate { 
      font-size: 26px;
      line-height:28px;
      max-height: 60px;
      padding:0px 4px 0px 4px;
    }
    .live { 
      font-size: 22px;
      line-height:26px;
      max-height: 60px;
    }
    .titleHour{
      font-size: 20px;
      line-height:22px;
      max-height: 32px;
    }
    .title {
      font-size: 15px;
      line-height:16px;
      max-height: 32px;
    }
    .subtitle{
      font-size: 12px;
      line-height:13px;
    }
    .titleDateMobile { 
      font-size: 34px;
      line-height:36px;
      max-height: 72px;
      padding:0px 2px 0px 2px;
    }
    .titleMobile, .titleHourMobile { 
      font-size: 28px;
      line-height:30px;
      max-height: 60px;
    }
    .subtitleMobile, .watchMobile{
      font-size: 16px;
      line-height: 17px;
    }
    h1{
      font-size: 30px;
      color:#ffffff;
    }
    img.max-width {
      height: auto !important;
      max-width: 100% !important;
    }
    img.event {
      padding:3px 0px 3px 0px;
    }
  }